home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 213
- ClientWidth = 392
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 376
- Height = 161
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 188
- Height = 141
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- IsControl = True
- end
- object ProductName: TLabel
- Left = 200
- Top = 16
- Width = 46
- Height = 13
- Caption = 'Graph 3D'
- IsControl = True
- end
- object Version: TLabel
- Left = 256
- Top = 16
- Width = 53
- Height = 13
- Caption = 'Version 0.2'
- IsControl = True
- end
- object Info1: TLabel
- Left = 200
- Top = 40
- Width = 121
- Height = 13
- Caption = 'Written with Delphi 2.0 by'
- IsControl = True
- end
- object Info3: TLabel
- Left = 208
- Top = 72
- Width = 121
- Height = 13
- Caption = '(csprouse@mail.wsu.edu)'
- WordWrap = True
- IsControl = True
- end
- object Info2: TLabel
- Left = 208
- Top = 56
- Width = 67
- Height = 13
- Caption = 'Chad Sprouse'
- IsControl = True
- end
- object Info4: TLabel
- Left = 200
- Top = 88
- Width = 164
- Height = 57
- AutoSize = False
- Caption =
- 'If you have questions or comments about this software please fee' +
- 'l free to contact me at the above address.'
- WordWrap = True
- end
- end
- object OKButton: TButton
- Left = 151
- Top = 180
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-